lisp/calc/calc-menu.el (calc-vectors-menu): Remove menu item for
authorJay Belanger <jay.p.belanger@gmail.com>
Fri, 14 Feb 2014 02:35:59 +0000 (20:35 -0600)
committerJay Belanger <jay.p.belanger@gmail.com>
Fri, 14 Feb 2014 02:35:59 +0000 (20:35 -0600)
incorrect keybinding.

doc/misc/calc.texi (Single-Variable Statistics): Remove mention of
incorrect keybinding.

doc/misc/ChangeLog
doc/misc/calc.texi
lisp/ChangeLog
lisp/calc/calc-menu.el

index 6e889cc30d855dd57f69537b1821a8a65ee5d21e..468c7a49845b98b9fe23aeb121e9d2587e45ec4b 100644 (file)
@@ -1,3 +1,8 @@
+2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc.texi (Single-Variable Statistics): Remove mention of
+       incorrect keybinding.
+
 2014-02-12  Paul Eggert  <eggert@cs.ucla.edu>
 
        * texinfo.tex: Update from gnulib.
index 1700aee9dc154b47e072cc977bc0afb50ab70494..4010d6c8c19c0d76ae7057b529b4310ee6878fa2 100644 (file)
@@ -20756,9 +20756,9 @@ mean, then repeating until the two values converge.
 $$ a_{i+1} = { a_i + b_i \over 2 } , \qquad b_{i+1} = \sqrt{a_i b_i} $$
 @end tex
 
-@cindex Root-mean-square
-Another commonly used mean, the RMS (root-mean-square), can be computed
-for a vector of numbers simply by using the @kbd{A} command.
+@c @cindex Root-mean-square
+@c Another commonly used mean, the RMS (root-mean-square), can be computed
+@c for a vector of numbers simply by using the @kbd{A} command.
 
 @kindex u S
 @pindex calc-vector-sdev
index 2185e20d8d31093fe9081a090dea3daa78e5542d..c172e58a294449b6c967ecb4a4894b45a2e729e7 100644 (file)
@@ -1,3 +1,8 @@
+2014-02-14  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc-menu.el (calc-vectors-menu): Remove menu item for
+       incorrect keybinding.
+
 2014-02-13  Daniel Colascione  <dancol@dancol.org>
 
        * progmodes/flymake.el (flymake-post-syntax-check): Widen buffer
index 201dc58a68bea57750f6b43929d4424a2a3639d2..9dbb40aa8247915631c912b669eb1e028a31aca1 100644 (file)
                    (call-interactively 'calc-vector-geometric-mean)))
                :keys "H u G"
                :active (>= (calc-stack-size) 1)]
-               ["RMS(1:)"
-                (progn (require 'calc-arith)
-                       (call-interactively 'calc-abs))
-                :keys "A"
-                :active (>= (calc-stack-size) 1)
-                :help "The root-mean-square, or quadratic mean"])
+               ;; ["RMS(1:)"
+               ;;  (progn (require 'calc-arith)
+               ;;         (call-interactively 'calc-abs))
+               ;;  :keys "A"
+               ;;  :active (>= (calc-stack-size) 1)
+               ;;  :help "The root-mean-square, or quadratic mean"]
+               )
         ["Abbreviate long vectors"
          (progn
            (require 'calc-mode)